SmartFTP FTP Library
IGlobal::LoadLicenseKeyFile Method

Loads license key data from a file specified in the szFile argument.

IDL
HRESULT LoadLicenseKeyFile(
    [in] BSTR bstrFile, 
    [out, retval] VARIANT_BOOL * retval
);
Returns

Returns true if license is verified, false otherwise.

It is recommended to use the LoadLicenseKeyData method.

LoadLicenseKeyData

VBScript

Dim objGlobal Set objGlobal = CreateObject("sfFTPLib.Global")
' Load License Key from File
objGlobal.LoadLicenseKeyFile("SmartFTP FTP Library.txt")
What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.